lcTIN_BndAddPoint Home

Adds TIN point into a boundary.

 BOOL lcTIN_BndAddPoint (
   HANDLE hTinPnt
 );

Parameters
hTinPnt
  Handle to a TIN point.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

Remarks

  After adding all required points into the boundary, you have to finalize the boundary definition by calling lcTIN_BndUpdate function at the end.